first commit
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
.field__indented {
|
||||
margin-left: 15px;
|
||||
}
|
||||
|
||||
.field-label__indented .unity-label {
|
||||
margin-left: 15px;
|
||||
margin-right: -13px;
|
||||
}
|
||||
|
||||
.field-label__double_indented .unity-label {
|
||||
margin-left: 30px;
|
||||
margin-right: -28px;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 2a8a7b20b8efb4f0ab1c2301dbc0e86c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,3 @@
|
||||
.separator {
|
||||
background-color: #5D5D5D;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: da6f83a9449ae48458b549c1db0a17b7
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,3 @@
|
||||
.separator {
|
||||
background-color: #8F8F8F;
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 602641ea1fd244aaba8015c11565a988
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,223 @@
|
||||
.unity-icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
ElementInspector {
|
||||
width: 250px;
|
||||
}
|
||||
|
||||
Vector3Field FloatInput {
|
||||
max-width: 64px;
|
||||
}
|
||||
|
||||
#TangentIn FloatInput, #TangentOut FloatInput {
|
||||
width: 50px;
|
||||
}
|
||||
|
||||
.unity-base-field__label {
|
||||
min-width: 80px;
|
||||
}
|
||||
|
||||
.unity-composite-field__field > .unity-base-field__label {
|
||||
min-width: 14px;
|
||||
}
|
||||
|
||||
.show-bezier-tangents .bezier-tangent-control {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.unity-composite-field__field {
|
||||
width: 33%;
|
||||
}
|
||||
|
||||
.unity-toggle__checkmark
|
||||
{
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.unity-foldout
|
||||
{
|
||||
-unity-text-align: middle-left;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
SplineActionButtons .button-strip-button--left-spacer {
|
||||
margin-left: 2px;
|
||||
}
|
||||
|
||||
SplineActionButtons .button-strip-button--right-spacer {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle
|
||||
{
|
||||
margin-bottom: 1px;
|
||||
margin-right: 1px;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle__input
|
||||
{
|
||||
flex-grow: 0;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-float-field
|
||||
{
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-toggle>.unity-float-field .unity-text-element
|
||||
{
|
||||
margin-left: 1px;
|
||||
min-width: 60px;
|
||||
}
|
||||
|
||||
.tangent-drawer .unity-foldout__content
|
||||
{
|
||||
margin-bottom: 2px;
|
||||
flex-shrink: 1;
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
.tangent-filler
|
||||
{
|
||||
flex-direction: row;
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
#Vector3WithIcon
|
||||
{
|
||||
height: 20px;
|
||||
margin: 2px;
|
||||
}
|
||||
|
||||
#TangentIcon
|
||||
{
|
||||
align-self: center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin: 1px 2px 1px 1px;
|
||||
}
|
||||
|
||||
#PositionIcon
|
||||
{
|
||||
align-self: center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#RotationIcon
|
||||
{
|
||||
align-self: center;
|
||||
height: 16px;
|
||||
width: 16px;
|
||||
margin-right: 4px;
|
||||
margin-left: 4px;
|
||||
}
|
||||
|
||||
#ErrorMessage
|
||||
{
|
||||
height: 30px;
|
||||
-unity-text-align: middle-left;
|
||||
}
|
||||
|
||||
BezierTangentModeDropdown, TangentModeDropdown{
|
||||
margin-left: 3px;
|
||||
}
|
||||
|
||||
.unity-separator {
|
||||
height: 1px;
|
||||
left: 0;
|
||||
right: 0;
|
||||
margin-left: 2px;
|
||||
margin-right: 2px;
|
||||
margin-top: 4px;
|
||||
margin-bottom: 4px;
|
||||
background-color: var(--unity-theme-background-color-1);
|
||||
opacity: 0.7;
|
||||
}
|
||||
|
||||
TangentPropertyField .unity-foldout__input {
|
||||
padding-left: 0;
|
||||
}
|
||||
|
||||
.unity-toggle__checkmark {
|
||||
margin-left: 0;
|
||||
margin-right: 6px;
|
||||
}
|
||||
|
||||
.button-strip {
|
||||
overflow: hidden;
|
||||
flex-shrink: 0;
|
||||
margin: 1px 3px;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.button-strip-button {
|
||||
margin: 0;
|
||||
flex-grow: 1;
|
||||
justify-content: center;
|
||||
align-content: center;
|
||||
flex-direction: row;
|
||||
}
|
||||
|
||||
.button-strip .button-strip-button.button-strip-button--checked {
|
||||
background-color: var(--unity-overlay-buttons-on-color);
|
||||
}
|
||||
|
||||
.button-strip-button--left,
|
||||
.button-strip-button--middle {
|
||||
margin-right: 2px;
|
||||
}
|
||||
|
||||
.button-strip-button--middle {
|
||||
border-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button--left {
|
||||
border-top-right-radius: 0;
|
||||
border-bottom-right-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button--right {
|
||||
border-top-left-radius: 0;
|
||||
border-bottom-left-radius: 0;
|
||||
}
|
||||
|
||||
.button-strip-button__icon {
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
align-self: center;
|
||||
margin-right: 4px;
|
||||
}
|
||||
|
||||
TangentPropertyField Float3PropertyField {
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
TangentModePropertyField #Linear .button-strip-button__icon {
|
||||
background-image: var(--image-linear-tangent-mode);
|
||||
}
|
||||
|
||||
TangentModePropertyField #AutoSmooth .button-strip-button__icon {
|
||||
background-image: var(--image-auto-smooth-tangent-mode);
|
||||
}
|
||||
|
||||
TangentModePropertyField #Bezier .button-strip-button__icon {
|
||||
background-image: var(--image-bezier-tangent-mode);
|
||||
}
|
||||
|
||||
TangentModePropertyField #Linear.button-strip-button--checked .button-strip-button__icon {
|
||||
background-image: var(--image-linear-tangent-mode-on);
|
||||
}
|
||||
|
||||
TangentModePropertyField #AutoSmooth.button-strip-button--checked .button-strip-button__icon {
|
||||
background-image: var(--image-auto-smooth-tangent-mode-on);
|
||||
}
|
||||
|
||||
TangentModePropertyField #Bezier.button-strip-button--checked .button-strip-button__icon {
|
||||
background-image: var(--image-bezier-tangent-mode-on);
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: 822ea5c93c1bf9349bdbc5af5e6add1c
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,16 @@
|
||||
ElementInspector {
|
||||
--image-linear-tangent-mode: url("../Resources/Icons/d_Tangent_Linear.png");
|
||||
--image-auto-smooth-tangent-mode: url("../Resources/Icons/d_AutoSmoothKnot.png");
|
||||
--image-bezier-tangent-mode: url("../Resources/Icons/d_Tangent_Continuous.png");
|
||||
--image-linear-tangent-mode-on: url("../Resources/Icons/d_Tangent_Linear On.png");
|
||||
--image-auto-smooth-tangent-mode-on: url("../Resources/Icons/d_AutoSmoothKnot On.png");
|
||||
--image-bezier-tangent-mode-on: url("../Resources/Icons/d_Tangent_Continuous On.png");
|
||||
}
|
||||
|
||||
#PositionIcon {
|
||||
background-image: resource("Icons/d_MoveTool on.png");
|
||||
}
|
||||
|
||||
#RotationIcon {
|
||||
background-image: resource("Icons/d_RotateTool On.png");
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: e33dd4fb2aaf76843bca29d96b840b15
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
@@ -0,0 +1,16 @@
|
||||
ElementInspector {
|
||||
--image-linear-tangent-mode: url("../Resources/Icons/Tangent_Linear.png");
|
||||
--image-auto-smooth-tangent-mode: url("../Resources/Icons/AutoSmoothKnot.png");
|
||||
--image-bezier-tangent-mode: url("../Resources/Icons/Tangent_Continuous.png");
|
||||
--image-linear-tangent-mode-on: url("../Resources/Icons/Tangent_Linear On.png");
|
||||
--image-auto-smooth-tangent-mode-on: url("../Resources/Icons/AutoSmoothKnot On.png");
|
||||
--image-bezier-tangent-mode-on: url("../Resources/Icons/Tangent_Continuous On.png");
|
||||
}
|
||||
|
||||
#PositionIcon {
|
||||
background-image: resource("Icons/MoveTool on.png");
|
||||
}
|
||||
|
||||
#RotationIcon {
|
||||
background-image: resource("Icons/RotateTool On.png");
|
||||
}
|
||||
@@ -0,0 +1,11 @@
|
||||
fileFormatVersion: 2
|
||||
guid: c33ec34c59a5fa94bad4452c78635f07
|
||||
ScriptedImporter:
|
||||
internalIDToNameTable: []
|
||||
externalObjects: {}
|
||||
serializedVersion: 2
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
||||
script: {fileID: 12385, guid: 0000000000000000e000000000000000, type: 0}
|
||||
disableValidation: 0
|
||||
Reference in New Issue
Block a user